xen.git
2013-10-03 Matthew Daleylibxl: only put poller if already gotten in libxl_event...
2013-10-03 Matthew Daleylibxc: only munmap when something has actually been...
2013-10-03 Zhu Yanhaixm-test: fix the ip allocation function
2013-10-03 Julien Grallxen/arm32: don't export v7_init
2013-10-03 Ian Campbellxl: fork before execing vncviewer
2013-10-03 Matthew Daleylibxl: handle null lists in libxl_string_list_length
2013-09-30 Jan Beulichx86: don't blindly create L3 tables for the direct map
2013-09-30 Jan Beulichx86: properly set up fbld emulation operand address
2013-09-30 Tim Deeganx86/mm/shadow: Fix initialization of PV shadow L4 tables.
2013-09-30 Jan Beulichx86: properly handle hvm_copy_from_guest_{phys,virt...
2013-09-30 Suravee Suthikulpanitx86/AMD-Vi: Fix IVRS HPET special->handle override
2013-09-30 Dario Faggiolicpupools: update domU's node-affinity on the cpupool_un...
2013-09-30 Yang ZhangNested VMX: Expose unrestricted guest feature to guest
2013-09-27 Ian Campbellxen: arm: move smp_init_cpus to smpboot.c
2013-09-27 Ian Campbellxen: arm: split cpu0's domheap mapping PTs out from...
2013-09-27 Ian Campbellxen: arm: configure TCR_EL2 for 40 bit physical address...
2013-09-27 Ian Campbellxen: arm: use symbolic names for MPIDR bits.
2013-09-27 Ian Campbellxen: arm: rewrite start of day page table and cpu bring up
2013-09-27 Ian Campbellxen: arm: implement smp initialisation callbacks for...
2013-09-27 Ian Campbellxen: arm: implement arch/platform SMP and CPU initialis...
2013-09-27 Ian Campbellxen: arm: add two new device tree helpers
2013-09-27 Ian Campbellxen: arm: make sure we stay within the memory bank...
2013-09-27 Ian Campbellxen: arm: Log the raw MIDR on boot.
2013-09-27 Ian Campbellxen: arm: build platform support only on the relevant...
2013-09-27 Ian Campbellxen: arm: Load xen under 4GB on 32-bit
2013-09-27 Konrad Rzeszutek... x86/microcode: Check whether the microcode is correct
2013-09-27 Konrad Rzeszutek... x86/microcode: Scan the initramfs payload for microcode...
2013-09-27 Olaf Heringunmodified_drivers: enable build of usbfront driver
2013-09-27 Andrew Cooperhvmloader/smbios: Change strncpy to memcpy for anchor...
2013-09-27 Suravee SuthikulpanitAMD IOMMU: fix Dom0 device setup failure for host bridges
2013-09-26 Ian Campbellxen: support RAM at addresses 0 and 4096
2013-09-26 Ian Campbellxen/arm: print the location of the Xen heap on 32 bit
2013-09-26 Ian Campbellxen/arm: rename boot misc region to boot reloc now...
2013-09-26 Ian Campbellxen/arm: Support dtb /memreserve/ regions
2013-09-26 Ian Campbellxen/arm: cope with modules outside of "visible" RAM
2013-09-26 Ian Campbellxen/arm: do not relocate Xen outside of visible RAM
2013-09-26 Ian Campbellxen/arm: Reserve FDT via early module mechanism
2013-09-26 Ian Campbellxen/arm: DOMHEAP_SECOND_PAGES is arm32 specific
2013-09-26 Ian Campbellxen/arm: ensure the xenheap is 32MB aligned
2013-09-26 Julien Grallxen/arm: Don't dump stack when the VCPU is offline
2013-09-26 Ian Campbellxen: arm: use new 64-bit zImage magic numbers for Xen...
2013-09-26 Ian Campbellxen: arm: handle new 64-bit zImage magic numbers
2013-09-26 Olaf Heringdocs: fix syntax error in xl.cfg.pod
2013-09-26 Julien Grallxen/arm: Use the hardware ID to boot correctly secondar...
2013-09-26 Julien Grallxen/arm: Dissociate logical and hardware CPU ID
2013-09-26 Julien Grallxen/arm: Fix assert in send_SGI_one
2013-09-26 Julien Grallxen/arm: gic: Use the correct CPU ID
2013-09-26 Julien Grallxen/arm: Initialize correctly IRQ routing
2013-09-26 Julien Grallxen/arm: use cpumask_t to describe cpu mask in gic_rout...
2013-09-26 Julien Grallxen/arm: Introduce init_info structure
2013-09-26 Jan Beulichx86: fix compat guest handling of XENPF_enter_acpi_sleep
2013-09-26 Daniel De Graaffix DOMID_IO mapping permission checks (try 2)
2013-09-26 Andrew Cooperx86/crash: Indicate how well nmi_shootdown_cpus() manag...
2013-09-26 Jan Beulichx86: fix rdrand asm()
2013-09-25 Jan BeulichRevert "fix DOMID_IO mapping permission checks"
2013-09-25 Zhu Yanhaixm-test: add a missing %s
2013-09-25 Matthew Daleyxenstore: check socket path length before copying it
2013-09-25 Matthew Daleyxenstored: fix faulty check for bad handle in domain_init
2013-09-25 Matthew Daleyxenstored: handle unlikely failure better in ask_parents
2013-09-25 Matthew Daleylibxl: fix file open failure check in libxl__file_refer...
2013-09-25 Matthew Daleylibxl: fix typo in libxl__hotplug_nic error checking
2013-09-25 Matthew Daleylibxl: only free console reader if it was allocated...
2013-09-25 Matthew Daleylibxl: fix out-of-memory check in parse_global_config
2013-09-25 Matthew Daleylibxl: fix leak of rune in main_remus
2013-09-25 Matthew Daleylibxl: fix leak of config_data in main_cpupoolcreate
2013-09-25 Matthew Daleylibxl: fix leak of corename in handle_domain_death
2013-09-25 Matthew Daleylibxl: fix dispose without init of disk in cd_insert
2013-09-25 Matthew Daleylibxl: fix libxl_string_list_length and its only caller
2013-09-25 Matthew Daleylibxc: fix memory leak in load_p2m_frame_list error...
2013-09-25 Daniel De Graaffix DOMID_IO mapping permission checks
2013-09-25 Andrew Cooperx86/hap: Remove bogus assertion in hap_free_p2m_page()
2013-09-25 Andrew Cooperns16550: Use correct #define symbol for HAS_IOPORTS
2013-09-25 Jan Beulichx86/xsave: initialize extended register state when...
2013-09-23 Jan BeulichVMX: drop memory clobbers from vmread/vmwrite wrappers
2013-09-23 Jan BeulichVMX: also use proper instruction mnemonic for VMREAD
2013-09-23 Jan Beulichx86/HVM: refuse doing string operations in certain...
2013-09-23 Jan Beulichx86/HVM: linear address must be canonical for the whole...
2013-09-23 Jan Beulichx86_emulate: fix wrap around handling for repeated...
2013-09-21 Matthew Daleygdbsx: clear sockaddr before using it
2013-09-21 Matthew Daleymini-os: fix various memory leaks in various locations
2013-09-21 Matthew Daleymini-os: fix various memory leaks in consfront
2013-09-21 Matthew Daleymini-os: fix various memory leaks in pcifront
2013-09-21 Matthew Daleymini-os: fix various memory leaks in netfront
2013-09-21 Matthew Daleymini-os: fix various memory leaks in {fb, kbd}front
2013-09-21 Matthew Daleymini-os: fix various memory leaks in blkfront
2013-09-21 Matthew Daleymini-os: fix nodename generation in init_netfront
2013-09-21 Ian Campbellxen/arm: Support Cortex-A7 GIC
2013-09-21 Ian Campbellns16550: support DesignWare 8250
2013-09-21 Ian Campbellns16550: make usable on ARM
2013-09-21 Ian Campbellxen/arm: replace io{read,write}{l,b} with {read,write...
2013-09-21 Ian Campbellxen/arm: Implement ioremap.
2013-09-21 Ian Campbellxen: arm: rework placement of fdt in initial dom0 memor...
2013-09-21 Ian Campbellxen: arm: improve VMID allocation.
2013-09-20 Olaf Heringunmodified_drivers: enable unplug per default
2013-09-20 Matthew Daleygnttab: remove unused shared header lookup
2013-09-20 Dario Faggiolisched_credit: filter node-affinity mask against online...
2013-09-20 Jan Beulichx86_emulate: fold wide reads
2013-09-20 Jan Beulichx86_emulate: fix flag setting for 8-bit signed multipli...
2013-09-20 Jan Beulichx86_emulate: PUSH <mem> must read source operand just...
2013-09-20 Jan Beulichx86_emulate: MOVSXD must read source operand just once
next